home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Graphics & Multimedia / iDive.dmg / iDive.app / Contents / Resources / French.lproj / iDivePeoplePlacesEventsEditor.nib / classes.nib next >
Text File  |  2006-01-19  |  4KB  |  99 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = AFRaisedEditingTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
  4.         {CLASS = AFTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, 
  5.         {
  6.             CLASS = AFiDiveEventArrayController; 
  7.             LANGUAGE = ObjC; 
  8.             SUPERCLASS = AFiDiveOrgConceptRecordArrayController; 
  9.         }, 
  10.         {
  11.             CLASS = AFiDiveEventEditor; 
  12.             LANGUAGE = ObjC; 
  13.             SUPERCLASS = AFiDiveOrgConceptRecordEditor; 
  14.         }, 
  15.         {
  16.             ACTIONS = {addNewRecord = id; }; 
  17.             CLASS = AFiDiveOrgConceptRecordArrayController; 
  18.             LANGUAGE = ObjC; 
  19.             OUTLETS = {
  20.                 conceptController = AFiDiveOrgConceptsController; 
  21.                 recordTableView = NSTableView; 
  22.             }; 
  23.             SUPERCLASS = NSObject; 
  24.         }, 
  25.         {
  26.             CLASS = AFiDiveOrgConceptRecordEditor; 
  27.             LANGUAGE = ObjC; 
  28.             SUPERCLASS = AFRaisedEditingTextView; 
  29.         }, 
  30.         {
  31.             ACTIONS = {
  32.                 addEventsInPPE = id; 
  33.                 addPeopleInPPE = id; 
  34.                 addPlacesInPPE = id; 
  35.                 conceptChanged = id; 
  36.                 searchEvents = id; 
  37.                 searchEventsInPPE = id; 
  38.                 searchPeople = id; 
  39.                 searchPeopleInPPE = id; 
  40.                 searchPlaces = id; 
  41.                 searchPlacesInPPE = id; 
  42.                 startEdit = id; 
  43.                 syncAddressBook = id; 
  44.             }; 
  45.             CLASS = AFiDiveOrgConceptsController; 
  46.             LANGUAGE = ObjC; 
  47.             OUTLETS = {
  48.                 addEventButton = NSButton; 
  49.                 addPeopleButton = NSButton; 
  50.                 addPlaceButton = NSButton; 
  51.                 bottomSplitView = NSSplitView; 
  52.                 conceptSwitch = NSSegmentedControl; 
  53.                 conceptTabView = NSTabView; 
  54.                 contentView = NSView; 
  55.                 eventArrayController = AFiDiveEventArrayController; 
  56.                 eventEditor = AFiDiveEventEditor; 
  57.                 eventTableView = NSTableView; 
  58.                 peopleArrayController = AFiDivePeopleArrayController; 
  59.                 peopleEditor = AFiDivePeopleEditor; 
  60.                 peopleTableView = NSTableView; 
  61.                 placeArrayController = AFiDivePlaceArrayController; 
  62.                 placeEditor = AFiDivePlaceEditor; 
  63.                 placeTableView = NSTableView; 
  64.                 ppeEventArrayController = AFiDiveEventArrayController; 
  65.                 ppeEventTableView = NSTableView; 
  66.                 ppePeopleArrayController = AFiDivePeopleArrayController; 
  67.                 ppePeopleTableView = NSTableView; 
  68.                 ppePlaceArrayController = AFiDivePlaceArrayController; 
  69.                 ppePlaceTableView = NSTableView; 
  70.                 syncAddressBookButton = NSButton; 
  71.             }; 
  72.             SUPERCLASS = NSObject; 
  73.         }, 
  74.         {
  75.             CLASS = AFiDivePeopleArrayController; 
  76.             LANGUAGE = ObjC; 
  77.             SUPERCLASS = AFiDiveOrgConceptRecordArrayController; 
  78.         }, 
  79.         {
  80.             CLASS = AFiDivePeopleEditor; 
  81.             LANGUAGE = ObjC; 
  82.             SUPERCLASS = AFiDiveOrgConceptRecordEditor; 
  83.         }, 
  84.         {
  85.             CLASS = AFiDivePlaceArrayController; 
  86.             LANGUAGE = ObjC; 
  87.             SUPERCLASS = AFiDiveOrgConceptRecordArrayController; 
  88.         }, 
  89.         {
  90.             CLASS = AFiDivePlaceEditor; 
  91.             LANGUAGE = ObjC; 
  92.             SUPERCLASS = AFiDiveOrgConceptRecordEditor; 
  93.         }, 
  94.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  95.         {CLASS = NSObject; LANGUAGE = ObjC; }, 
  96.         {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }
  97.     ); 
  98.     IBVersion = 1; 
  99. }